SetSamplingIntervalRequest

data class SetSamplingIntervalRequest(interval: Int)

Represents request frame that can be used with Profiler#setSamplingInterval operation call.

Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.

See also

Constructors

SetSamplingIntervalRequest
Link copied to clipboard
fun SetSamplingIntervalRequest(interval: Int)

Properties

interval
Link copied to clipboard
val interval: Int
New sampling interval in microseconds.

Sources

jvm source
Link copied to clipboard